################################################################################
# Automatically-generated file. Do not edit!
################################################################################

-include ../makefile.init

RM := rm -rf

# All of the sources participating in the build are defined here
-include sources.mk
-include subdir.mk
-include src/mp3codec/subdir.mk
-include src/subdir.mk
-include src/Storage/USBHost/MassStorage/subdir.mk
-include src/Storage/USBHost/Host/subdir.mk
-include src/Storage/subdir.mk
-include src/Storage/SD/subdir.mk
-include src/Storage/FatFs/option/subdir.mk
-include src/Storage/FatFs/subdir.mk
-include src/Application/subdir.mk
-include objects.mk

ifneq ($(MAKECMDGOALS),clean)
ifneq ($(strip $(C_DEPS)),)
-include $(C_DEPS)
endif
endif

-include ../makefile.defs

# Add inputs and outputs from these tool invocations to the build variables 

# All Target
all: MP3\ Player.axf

# Tool invocations
MP3\ Player.axf: $(OBJS) $(USER_OBJS)
	@echo 'Building target: $@'
	@echo 'Invoking: MCU Linker'
	arm-none-eabi-gcc -nostdlib -L"C:\_ddm\SVN_local\Application_projects\RDB1768 MP3 Player\LPCXpresso\CMSISv2p00_LPC17xx\Release" -L"C:\_ddm\SVN_local\Application_projects\RDB1768 MP3 Player\LPCXpresso\RDB1768cmsis_LCDlib\Release" -Xlinker -Map="MP3 Player.map" -Xlinker --gc-sections -mcpu=cortex-m3 -mthumb -T "MP3_Player_Release.ld" -o"MP3 Player.axf" $(OBJS) $(USER_OBJS) $(LIBS)
	@echo 'Finished building target: $@'
	@echo ' '
	$(MAKE) --no-print-directory post-build

# Other Targets
clean:
	-$(RM) $(OBJS)$(C_DEPS)$(EXECUTABLES) "MP3 Player.axf"
	-@echo ' '

post-build:
	-@echo 'Performing post-build steps'
	-arm-none-eabi-size "MP3 Player.axf"; # arm-none-eabi-objcopy -O binary "MP3 Player.axf" "MP3 Player.bin" ; checksum -p LPC1768 -d "MP3 Player.bin";
	-@echo ' '

.PHONY: all clean dependents
.SECONDARY: post-build

-include ../makefile.targets
